Colorize Pacht

'[color=#F93737]' => '<span style="color:#F93737">',
	'[/color]' => '</span>',
'[color=#FFFFFF]' => '<span style="color:#FFFFFF">',
	'[/color]' => '</span>',
'[color=#09DD09]' => '<span style="color:#09DD09">',
	'[/color]' => '</span>',
'[color=#018BFF]' => '<span style="color:#018BFF">',
	'[/color]' => '</span>',
'[color=#F57900]' => '<span style="color:#F57900">',
	'[/color]' => '</span>',
'[color=#FFFF00]' => '<span style="color:#FFFF00">',
	'[/color]' => '</span>',
'[color=#A22ADA]' => '<span style="color:#A22ADA">',
	'[/color]' => '</span>',
'[color=#000000]' => '<span style="color:#000000">',
	'[/color]' => '</span>',
'[color=#B9B9B9]' => '<span style="color:#B9B9B9">',
	'[/color]' => '</span>',
'[color=#FFC0FF]' => '<span style="color:#FFC0FF">',
	'[/color]' => '</span>',
'[color=#D1F4F9]' => '<span style="color:#D1F4F9">',
	'[/color]' => '</span>',
'[color=#171A97]' => '<span style="color:#171A97">',
	'[/color]' => '</span>',

Size Pt=xx Pacht
'[size=7]' => '<font size="7">',
'[/size]' => '</font>',
'[size=8]' => '<font size="8">',
'[/size]' => '</font>',
'[size=9]' => '<font size="9">',
'[/size]' => '</font>',
'[size=10]' => '<font size="10">',
'[/size]' => '</font>',
'[size=11]' => '<font size="11">',
'[/size]' => '</font>',
'[size=12]' => '<font size="12">',
'[/size]' => '</font>',
'[size=13]' => '<font size="13">',
'[/size]' => '</font>',
'[size=14]' => '<font size="14">',
'[/size]' => '</font>',
'[size=15]' => '<font size="15">',
'[/size]' => '</font>',
'[size=16]' => '<font size="16">',
'[/size]' => '</font>',
'[size=17]' => '<font size="17">',
'[/size]' => '</font>',
'[size=18]' => '<font size="18">',
'[/size]' => '</font>',
'[size=19]' => '<font size="19">',
'[/size]' => '</font>',
'[size=20]' => '<font size="20">',
'[/size]' => '</font>',
'[size=21]' => '<font size="21">',
'[/size]' => '</font>',
'[size=22]' => '<font size="22">',
'[/size]' => '</font>',
'[size=23]' => '<font size="23">',
'[/size]' => '</font>',
'[size=24]' => '<font size="24">',
'[/size]' => '</font>',
'[size=25]' => '<font size="25">',
'[/size]' => '</font>',
'[size=26]' => '<font size="26">',
'[/size]' => '</font>',
'[size=27]' => '<font size="27">',
'[/size]' => '</font>',
'[size=28]' => '<font size="28">',
'[/size]' => '</font>',
'[size=29]' => '<font size="29">',
'[/size]' => '</font>',

H1 Value Pacht

'[h1]' => '<h1>',
	'[/h1]' => '</h1>',
	'[h2]' => '<h2>',
	'[/h2]' => '</h2>',
	'[h3]' => '<h3>',
	'[/h3]' => '</h3>',
	'[h4]' => '<h4>',
	'[/h4]' => '</h4>',
	'[h5]' => '<h5>',
	'[/h5]' => '</h5>',
'[h6]' => '<h6>',
	'[/h6]' => '</h6>',

Table Pacht

'[right;]' => '<div style="text-align:right;">',
'[/right;]' => '</div>',
'[left;]' => '<div style="text-align:left;">',
'[/left]' => '</div>',
'[center]' => '<div style="text-align:center;">',
'[/center]' => '</div>',

'[list=1][li]' => '<li>1. ',
'[/list]' => '</li>',
'[li]' => '<li>',
'[/li]' => '</li>',
'[ol]' => '<ol>',
'[/ol]' => '</ol>',
'[pre]' => '<span style="color:#171A97">',
	'[/pre]' => '</span>',

'[table]' => '<table>',
	'[/table]' => '</table>',
'[tbody]' => '<tbody>',
	'[/tbody]' => '</tbody>',
'[thead]' => '<thead>',
'[/thead]' => '</thead>',
	'[tr]' => '<tr>',
	'[/tr]' => '</tr>',
	'[td]' => '<td>',
	'[/td]' => '</td>',
	'[th]' => '<th>',
	'[/th]' => '</th>',
'[s]' => '<s>',
	'[/s]' => '</s>',
'[i]' => '<i>',
	'[/i]' => '</i>',
'[u]' => '<u>',
	'[/u]' => '</u>',

Hide Pacht

'[hide]' => '<hide>',
'[/hide]' => '</hide>',